﻿2026-07-19T15:16:42.5439504Z ##[group]Run actions/checkout@v5
2026-07-19T15:16:42.5440127Z with:
2026-07-19T15:16:42.5440515Z   repository: BigscreenVR/spt-bs-core
2026-07-19T15:16:42.5443018Z   token: ***
2026-07-19T15:16:42.5443324Z   ssh-strict: true
2026-07-19T15:16:42.5443632Z   ssh-user: git
2026-07-19T15:16:42.5443920Z   persist-credentials: true
2026-07-19T15:16:42.5444264Z   clean: true
2026-07-19T15:16:42.5444578Z   sparse-checkout-cone-mode: true
2026-07-19T15:16:42.5444915Z   fetch-depth: 1
2026-07-19T15:16:42.5445220Z   fetch-tags: false
2026-07-19T15:16:42.5445521Z   show-progress: true
2026-07-19T15:16:42.5445805Z   lfs: false
2026-07-19T15:16:42.5446086Z   submodules: false
2026-07-19T15:16:42.5446385Z   set-safe-directory: true
2026-07-19T15:16:42.5446690Z env:
2026-07-19T15:16:42.5446976Z   SPT_ATTACH_GATE_WATCHDOG_MS: 120000
2026-07-19T15:16:42.5447342Z   SPT_ATTACH_IPC_DEADLINE_MS: 30000
2026-07-19T15:16:42.5447688Z ##[endgroup]
2026-07-19T15:16:42.7123180Z Syncing repository: BigscreenVR/spt-bs-core
2026-07-19T15:16:42.7124530Z ##[group]Getting Git version info
2026-07-19T15:16:42.7125197Z Working directory is 'C:\actions-runner\_work\spt-bs-core\spt-bs-core'
2026-07-19T15:16:42.7412741Z [command]"c:\program files\git\cmd\git.exe" version
2026-07-19T15:16:42.7616418Z git version 2.43.0.windows.1
2026-07-19T15:16:42.7639061Z ##[endgroup]
2026-07-19T15:16:42.7646418Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\6352a522-81a1-4384-af33-6bd69176181d\.gitconfig'
2026-07-19T15:16:42.7658983Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\6352a522-81a1-4384-af33-6bd69176181d' before making global git config changes
2026-07-19T15:16:42.7660969Z Adding repository directory to the temporary git global config as a safe directory
2026-07-19T15:16:42.7664052Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-bs-core\spt-bs-core
2026-07-19T15:16:42.7894831Z [command]"c:\program files\git\cmd\git.exe" config --local --get remote.origin.url
2026-07-19T15:16:42.8105480Z https://github.com/BigscreenVR/spt-bs-core
2026-07-19T15:16:42.8133060Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-19T15:16:42.8138056Z [command]"c:\program files\git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-19T15:16:42.8340406Z HEAD
2026-07-19T15:16:42.8578144Z ##[endgroup]
2026-07-19T15:16:42.8581729Z [command]"c:\program files\git\cmd\git.exe" submodule status
2026-07-19T15:16:43.2070796Z ##[group]Cleaning the repository
2026-07-19T15:16:43.2075158Z [command]"c:\program files\git\cmd\git.exe" clean -ffdx
2026-07-19T15:16:44.4921411Z Removing target/
2026-07-19T15:16:44.4951121Z [command]"c:\program files\git\cmd\git.exe" reset --hard HEAD
2026-07-19T15:16:44.5400817Z HEAD is now at 27d57eae Merge 3b5258c545e54f3261d51a6071b95f5f0b8f74ca into 7815236bbaffe143dd8c3529442abdd2c3d2f5df
2026-07-19T15:16:44.5421781Z ##[endgroup]
2026-07-19T15:16:44.5425684Z ##[group]Disabling automatic garbage collection
2026-07-19T15:16:44.5430237Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-07-19T15:16:44.5658755Z ##[endgroup]
2026-07-19T15:16:44.5659159Z ##[group]Setting up auth
2026-07-19T15:16:44.5664480Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-07-19T15:16:44.5883482Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-07-19T15:16:44.9453335Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-19T15:16:44.9684281Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-07-19T15:16:45.3155653Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-19T15:16:45.3367822Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-07-19T15:16:45.7056436Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-07-19T15:16:45.7312262Z ##[endgroup]
2026-07-19T15:16:45.7312668Z ##[group]Fetching the repository
2026-07-19T15:16:45.7318620Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +27d57eaee15436ddbc7670f80d21a0de6ab1dd84:refs/remotes/pull/34/merge
2026-07-19T15:16:46.3361810Z ##[endgroup]
2026-07-19T15:16:46.3362194Z ##[group]Determining the checkout info
2026-07-19T15:16:46.3362830Z ##[endgroup]
2026-07-19T15:16:46.3367667Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-07-19T15:16:46.3629576Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-07-19T15:16:46.3843138Z ##[group]Checking out the ref
2026-07-19T15:16:46.3847049Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force refs/remotes/pull/34/merge
2026-07-19T15:16:46.4204298Z HEAD is now at 27d57eae Merge 3b5258c545e54f3261d51a6071b95f5f0b8f74ca into 7815236bbaffe143dd8c3529442abdd2c3d2f5df
2026-07-19T15:16:46.4221880Z ##[endgroup]
2026-07-19T15:16:46.4454699Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-07-19T15:16:46.4657881Z 27d57eaee15436ddbc7670f80d21a0de6ab1dd84
